home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000246_news@newsmaster….columbia.edu _Sat Jul 4 12:18:42 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA01247
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 4 Jul 1998 12:18:41 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA06053
  7.     for kermit.misc@watsun; Sat, 4 Jul 1998 12:18:40 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!newsfeed.nacamar.de!news.b-1.de.contrib.net!not-for-mail
  9. From: Michael Agbaglo <byteshifter@shifted-bytes.de>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: script programming questions
  12. Date: Sat, 04 Jul 1998 18:16:15 +0200
  13. Organization: Ye 'Ol Disorganized NNTPCache groupie
  14. Lines: 5
  15. Message-ID: <359E554F.3CF66C56@shifted-bytes.de>
  16. NNTP-Posting-Host: yourdan.contrib.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.04 [en] (Win95; I)
  21. Cache-Post-Path: yourdan.contrib.com!unknown@vanguard.contrib.com
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8944
  23.  
  24. 1. How can I assign the output of an external command to a variable ?
  25. 2. How can I make SCRIPT accepting a string w/ spaces ? e.g. {part two}
  26. ? {} will be send :-(
  27. 3. How can I log I/O traffic ? TRANSACTION only seems to log my output
  28. ...